[POWERPC][XEN] More Robust Memory Checking
authorJimi Xenidis <jimix@watson.ibm.com>
Thu, 7 Sep 2006 05:30:12 +0000 (01:30 -0400)
committerJimi Xenidis <jimix@watson.ibm.com>
Thu, 7 Sep 2006 05:30:12 +0000 (01:30 -0400)
commit2d02b025d497b5bd659899d82c32b469abc93f73
tree3b9a4b7ff8526932582fbd400a7d19393cfbc999
parent07305f67cdd7c95079bbb52122203dff0333fb37
[POWERPC][XEN] More Robust Memory Checking

This patch allows the platform to define the "IO Hole" of
addressibility and checks that even Dom0 does not try to Map "Remote"
memory that is not there.  Also replaces some panic calls with WARN();
and returns failure.

Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/arch/powerpc/mm.c
xen/arch/powerpc/powerpc64/ppc970.c
xen/arch/powerpc/usercopy.c
xen/include/asm-powerpc/mm.h
xen/include/asm-powerpc/processor.h